-
Notifications
You must be signed in to change notification settings - Fork 147
chore: merging from main branch #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: merge from dev changes to main
…enAI User in create_index script
feat: Added Deploy-v2 pipeline with manual dispatch and input parameter support
Added a disclaimer regarding AI solutions and associated risks.
docs: Added disclaimer in README.md
Removed disclaimer about AI solutions and associated risks.
docs: update README by removing compliance disclaimer section
Added a disclaimer regarding AI solutions and associated risks.
docs: add AI solution disclaimer
docs: Update README.md
docs: Update README.md
chore: added AZURE_DEV_COLLECT_TELEMETRY environment variable to pipeline
fix: Merging dev to main branch
chore: Updated the code owners
This reverts commit fe089e2.
Prajwal-Microsoft
approved these changes
Nov 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and additions to the repository, focusing on enhanced automation reporting, expanded deployment configuration options, and new resources for VS Code Web integration. The most significant changes include a new E2E test summary in the CI workflow, support for specifying Azure Container Registry and OpenAI location parameters, and the addition of a comprehensive VS Code Web sample environment with code, documentation, and dependencies.
CI/CD and Automation Enhancements
.github/workflows/test-automation.yml), which generates a markdown summary of test results, including job status, URLs, and per-attempt details. Also, exposes test success and report URL as workflow outputs for downstream use. [1] [2] [3]Deployment Parameter Expansion
AZURE_ENV_ACR_NAME) and OpenAI resource location (AZURE_ENV_OPENAI_LOCATION) in documentation and template files, allowing more flexible and region-specific deployments. [1] [2] [3]VS Code Web Sample Environment
infra/vscode_webdirectory containing sample Python code for Azure AI Projects SDK, environment files, installation scripts, dependency lists, and supporting documentation for running and deploying AI Foundry templates directly in VS Code Web. [1] [2] [3] [4] [5] [6] [7] [8] [9]Role Assignment Improvements
infra/scripts/run_create_index_scripts.shscript to automatically assign the Cognitive Services OpenAI User role to the signed-in user if not already present, streamlining setup for AI resource access.Documentation and Ownership Updates
README.mdwith a responsible AI disclaimer and added a new launch badge for opening the solution in Visual Studio Code Web. Also, updated.github/CODEOWNERSto include an additional owner for repository-wide coverage. [1] [2] [3]## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information